The async worker available in the engine. More...
Public Member Functions | |
AsyncWorker () | |
~AsyncWorker () | |
void | askForResourceWork (nkTasks::Task *work) |
void | finalizeWork () |
The async worker available in the engine.
It is currently not clear how the async working will be held within the component. Use this API with care as it can move quickly.
nkGraphics::AsyncWorker::AsyncWorker | ( | ) |
Constructor.
nkGraphics::AsyncWorker::~AsyncWorker | ( | ) |
Destructor.
void nkGraphics::AsyncWorker::askForResourceWork | ( | nkTasks::Task * | work | ) |
WIP.
void nkGraphics::AsyncWorker::finalizeWork | ( | ) |
WIP.